home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 048 (1988-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 048 (1988-02-15)(Ossowski, Stefan)(DE)(PD).adf / Mandel / source / dummy.c < prev    next >
C/C++ Source or Header  |  1988-01-23  |  772b  |  30 lines

  1. /**************************************************************************
  2. *
  3. * Include all necessary include-files for Mandel here.
  4. * Using the MANX +H<filename> option, compile it into a single, compacted
  5. * include-file, which can be used by all other compiles using the
  6. * +I<filename> option.
  7. *
  8. * THIS IS A GREAT DEAL  F A S T E R !!!
  9. *************************************************************************/
  10.  
  11. #include <exec/types.h>
  12. #include <exec/devices.h>
  13. #include <exec/memory.h>
  14. #include <exec/semaphores.h>
  15.  
  16. #include <graphics/gels.h>
  17. #include <graphics/copper.h>
  18. #include <graphics/regions.h>
  19.  
  20. #include <devices/keymap.h>
  21.  
  22. #include <libraries/dos.h>
  23. #include <libraries/dosextens.h>
  24.  
  25. #include <intuition/intuition.h>
  26. #include <stdio.h>
  27.  
  28. #include "mandel.h"
  29.